home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / misc / emu / msh-156.lha / doc / RELEASE-NOTES < prev    next >
Text File  |  1996-12-22  |  6KB  |  159 lines

  1.  
  2.     M E S S Y D O S   F I L E   S Y S T E M   H A N D L E R
  3.     -------------------------------------------------------
  4.     by Olaf 'Rhialto' Seibert                   22-Dec-1996
  5.  
  6. *******************************************************************************
  7.     MSH is (C) Copyright 1989-1996 by Olaf Seibert. All rights reserved.
  8. *******************************************************************************
  9.  
  10. ====22-Dec-1996=====Shareware again============================================
  11. 1.56
  12.  
  13. Previous versions have been sold commercially by Maxon GmhH.
  14. They haven't reported any sales in years, so it's back to
  15. the shareware concept.
  16.  
  17. If you bought a copy from Maxon, consider this a free update.
  18.  
  19. Features added, most notably:
  20.     - does high density floppies
  21.     - has some GUI helper programs
  22.  
  23.     For more changes/bug fixes see the file doc/Versions.
  24.  
  25. ====06-Oct-1991=====This is offered to MAXON for commercial distribution=======
  26. 1.46
  27. Features added:
  28.     - Character conversions for PC files (NAME;A) and ST files (NAME;B)
  29.     - Requesters added for confirmation of MSH::F actions
  30.     - MSH:M+/- added to switch the requesters on and off
  31.  
  32. Bugs fixed:
  33.     - Tracks with sectors numbered 0 crashed the device
  34.     - Assigns did always refer to the rootdir
  35.  
  36. ====27-Jun-1991=====This is offered to MAXON for commercial distribution=======
  37.  
  38. Changes:
  39.     - The compiler used is now DICE, by Matt Dillon. This results in a
  40.       smaller executable.
  41.  
  42. Features added:
  43.     - Now accepts Atari ST bootblocks, and can use default values in case
  44.       of nonsensical bootblocks.
  45.  
  46. ====03-Mar-1991=====This is offered to MAXON for commercial distribution=======
  47.  
  48. Features added:
  49.     - Dates of directories are updated when files or directories are
  50.       created, renamed or deleted.
  51.     - .INF -> .info, for Workbench users.
  52.     - Creation date added in volume label. The normal date is the
  53.       modification date.
  54.     - device: checks for 2.0 and then uses TD_RAWWRITE
  55.     - When using really large caches searching it is speeded up
  56.  
  57. Bugs fixed:
  58.     - MSH: extending subdirectories forgot to clear the blocks first.
  59.  
  60. ====05-Jun-1990=====From patch #3==============================================
  61.  
  62. Bug fixed:
  63.     - device: The IBM disk format seems to have an index mark $5224/$5552
  64.       before the first sector, even though the machines I tested it with
  65.       did not seem to miss it.
  66.  
  67. Inconvenience removed:
  68.     - MSH: no longer produces read error requestors when the bootblock of a
  69.       newly inserted disk cannot be read. The disk is silently ignored.
  70.  
  71. Feature added:
  72.     - MSH: is now more polite to some DFx: that uses the same physical
  73.       drive.
  74.  
  75. Misc:
  76.     - Reduced stack size of messydisk.device task (2K -> 1K) and of the
  77.       filesystem itself (4K -> 3K). Xoper shows that (most of the time)
  78.       no more than half of these stacks seems to be used.
  79.  
  80. ====05-May-1990=====About patch #2a-2c=========================================
  81.  
  82. There have been many 'patch 2' versions. Therefore, I bumped the
  83. version number after I cleaned up the distribution, so that a consistent
  84. version number is possible.
  85.  
  86. ====11-Mar-1990=====From patch #1==============================================
  87.  
  88.     This is patch #1 to MSH release #1. It consists of all binaries and
  89. documentation. There are replacement source files, and a patch file for the
  90. others.
  91.  
  92. Bugs fixed:
  93.     - device: I/O could be done during CloseDevice(). Trackdisk does not
  94.       seem to do this, and was implemented incorrectly anyhow.
  95.     - handler: Examine() of the root directory got a . afther the 8th
  96.       character of the volume name
  97.  
  98. Inconvenience removed:
  99.     - handler: The AmigaDOS 1.3 List and Dir commands thought that all
  100.       files were directories.
  101.  
  102. Features added:
  103.     - handler: Now uses the Reserved entry in the Mountlist. You should
  104.       normally set this to 0.
  105.     - MSH::F+ and MSH::F-.
  106.     - messyfmt: You can now write just the bootblock. The disk must
  107.       already be formatted.
  108.     - device: you can now, with some care, format disks with less than 8
  109.       sectors per track.
  110.  
  111. ====11-Feb-1990=====From release #1============================================
  112.  
  113.     This is the first really public release of the MessyFileSystem, or MSH
  114. for short. It has circulated among a small audience, and I entered it in a
  115. programming contest held by the German 'Amiga-Magazin'. They were too dumb
  116. to let me win or offer me a contract, so here goes their opportunity to
  117. make some money. Not mine, however, since I am going to try the sh*r*ware
  118. concept. So, if you like the program, feel free to send me some $$, or even
  119. $$$ if you feel like it.
  120.  
  121.     What _is_ MSH ? Well, if you ever heard of CrossDos, it is about the
  122. same thing. Only better, since I wrote it :-) If you never heard of
  123. CrossDos: MSH is a (set of) programs that enable you to use IBM-PC
  124. diskettes in your Amiga, just as if they were regular Amiga disks.
  125. Something you probably thought or were told to be impossible!
  126.  
  127.     There exist other programs that will copy files to and/or from messy
  128. disks, but they do just that: copy. You are not able to use any other
  129. program directly with files you have stored on a messy disk. But, with MSH,
  130. this is finally possible. It seems that several people at about the same
  131. time decided that it was time to write a program like MSH. Hence there is
  132. also CrossDos. The fundamental difference between MSH and CrossDos is that
  133. you immediately get a fully functional version of MSH, and you even get the
  134. source! (And I am a non-commercial hobbyist).
  135.  
  136.     Of course, if you get the source, you won't get any warranty. The idea
  137. is that if it works, you send me some $$ (preferably in some stronger
  138. currency than the dollar, though); if it fails to work, you can fix it
  139. yourself.
  140.  
  141.     Well, enough talk. Some technical information can be found in the files
  142. msh.man and dev.man. Fanmail and money will always reach me at the
  143. following address:
  144.  
  145.     rhialto@mbfys.kun.nl, or
  146.  
  147.     Olaf Seibert
  148.     Beek 5
  149.     5815 CS  Merselo
  150.     The Netherlands
  151.  
  152.     Ordinary mail can also be addressed to the following address, which is
  153. valid from december 1996:
  154.  
  155.     Olaf Seibert
  156.     Heideparkseweg 462
  157.     6532 TA  Nijmegen
  158.     The Netherlands
  159.